/*!
    \file  readme.txt
    \brief description of DMA ram to usart
*/

/*
    Copyright (C) 2017 GigaDevice

    2017-02-10, V1.0.0, firmware for GD32F30x
*/
  This example is based on the GD32F30x-EVAL board, it provides a description 
of how to use DMA channel3 to transfer data from RAM memory to USART transmit data 
register.The start of transfer is triggered by software. At the end of the transfer, a 
transfer complete interrupt is generated since it is enabled. If the DMA transfer
operation is finished correctly, data stored array welcome[] will be transfered 
to a serial port tool by USART and LED1 light up. 
